home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- repeat while the stillDown
- if rollOver(clickOn()) then
- set the castNum of sprite clickOn() to the number of cast "dnAutoSli"
- else
- set the castNum of sprite clickOn() to the number of cast "AutoSli"
- end if
- updateStage()
- end repeat
- set the castNum of sprite clickOn() to the number of cast "AutoSli"
- updateStage()
- play movie "FAVORITE.DIR"
- end
-